From 58f3956d18cfd6984c6abdfb496016e52c2d0ed2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 18 Feb 2012 11:04:28 -0800 Subject: [PATCH] * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version. (ps feature freeze anyone?) --- lisp/ChangeLog | 4 ++++ lisp/saveplace.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d899314e5b2..833bc0a87ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-18 Glenn Morris + + * saveplace.el (save-place-ignore-files-regexp): Add :version. + 2012-02-18 Eli Zaretskii * international/characters.el (script-list): Sync with the latest diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 5850d2b8d33..9c3ce077b7a 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -135,6 +135,7 @@ removable and network volumes." "Regexp matching files for which no location should be recorded. Useful for temporary file such as commit message files that are automatically created by the VCS." + :version "24.1" :type 'regexp :group 'save-place) (defun toggle-save-place (&optional parg) -- 2.30.2